You can use the console to look up teleportation locations of your choosing with the Help command.

Bethesda games has two types of environments: Interior and exterior cells. With the Help tool, we can look up various terms like "move" and "cell" we find the command we're looking for: coc(center on cell).

Using the Help command, I can type "help akilacity" to see a list of different types of commands, references, strings, etc. related to Akila City. We're looking for a cell to serve as the destination for our coc command. You can type 4 at the end to let the console know you are searching for "other forms", which includes cells.

help akilacity 4 CELL

In the EXTERIOR CELLS list, we can see the CityAkilaCityCoePlaza01 location. So to teleport to Akila City using this command, you would type:

coc CityAkilaCityCoePlaza01

You can also use IDs to teletport to locations as well for example if you want to teleport to an NPC like the Ship Tech on a planet you just get their REF ID by clicking on the NPC with your mouse while the command console is up and you will see the code NPC_" (ID). Use the ID and the Moveto command to teleport to that NPC.

Right click the Ship Tech NPC at Akila City and this will show "NPC_" (00212b52)" so in order to tleport the code would look like this:

player.moveto 00212b52  Akila City

You can also use another form of teleportation via Fast Travels(ft). Using the Help command again you can search for a fast travel marker location and use the ID to fast travel anywere you like.

Help Lodge 4 REFR

This is what the code will look like:
REFR: Lodge_FastTravel_Marker (000F93F0)

This is what the command will look like when you want to fast travel:
ft 000F93F0